docs(cli): document the app store and the rest of the pilotctl surface#52
Merged
Conversation
The CLI reference and app-store guide had drifted from pilotctl: - cli-reference documented `pilotctl set-tags` / `clear-tags` as core, but they are extras-gated (`pilotctl extras set-tags`). - cli-reference omitted the App Store family, verify, recovery, prefer-direct, update, and review. - app-store omitted the view, caps, actions, and bundle-verify subcommands. Add an App Store section and a Verification & Recovery section to the CLI reference (plus prefer-direct under Diagnostics, update and review under Meta), fix the tags invocation to `pilotctl extras set-tags`, and document view/caps/actions/verify in the app-store guide. Plain mirrors updated to match. `npm run build` passes.
|
🚀 Preview deployed to Cloudflare Pages
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The CLI reference and App Store guide had drifted from
pilotctl:cli-referencedocumentedpilotctl set-tags/clear-tagsas core commands, but they areextras-gated (pilotctl extras set-tags).cli-referenceomitted the App Store command family, plusverify,recovery,prefer-direct,update, andreview.app-storeomitted theview,caps,actions, and bundle-verifysubcommands.Changes
docs/cli-referenceverify,recovery) + TOC entry.prefer-direct(Diagnostics),updateandreview(Meta).pilotctl extras set-tags/clear-tags.docs/app-storeviewin the install flow,caps+actionsin Lifecycle, and bundleverifyin the sideload section.Plain mirrors (
plain/docs/*) updated to match — notescripts/regen-plain.mjsdoes not cover these two pages, so they were edited directly.Verification
npm run buildpasses (all pages built, no errors).#appstore,#verification,#prefer-direct, …) and subcommands render in both the main and plain pages; tags now showpilotctl extras set-tags.